home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Designer's Club 1997 September
/
Designer's Club 1997 September.iso
/
pc
/
IDEASRC
/
Main.DIR
/
00021.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1997-08-01
|
210 b
|
12 lines
on exitFrame
go(the frame)
cursor(200)
set the locH of sprite 10 to the mouseH
set the locV of sprite 10 to the mouseV
if sprite 10 intersects 6 then
nothing()
else
go("start")
end if
end